[INFO] cloning repository https://github.com/Reedus0/bnet
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Reedus0/bnet" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FReedus0%2Fbnet", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FReedus0%2Fbnet'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 03dea373c555acda29f9a7c41febfe73f04d644d
[INFO] fixing Reedus0/bnet against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FReedus0%2Fbnet" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Reedus0/bnet
[INFO] finished tweaking git repo https://github.com/Reedus0/bnet
[INFO] tweaked toml for git repo https://github.com/Reedus0/bnet written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Reedus0/bnet on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Reedus0/bnet already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0c2b33d63cd4c113bb3911a5a9e3ec4f2b2961e04e992c23042d5165ad62d212
[INFO] running `Command { std: "docker" "start" "0c2b33d63cd4c113bb3911a5a9e3ec4f2b2961e04e992c23042d5165ad62d212", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0c2b33d63cd4c113bb3911a5a9e3ec4f2b2961e04e992c23042d5165ad62d212" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0c2b33d63cd4c113bb3911a5a9e3ec4f2b2961e04e992c23042d5165ad62d212", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0c2b33d63cd4c113bb3911a5a9e3ec4f2b2961e04e992c23042d5165ad62d212" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]     Checking bnet_core v0.1.0 (/opt/rustwide/workdir/crates/core)
[INFO] [stderr]     Checking bnet v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/client/main.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating src/admin/main.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating src/server/main.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/server/main.rs:70:50
[INFO] [stdout]    |
[INFO] [stdout] 70 |                 if request.get_msg() == unsafe { &config::PASSWORD.to_string() } {
[INFO] [stdout]    |                                         ---------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--
[INFO] [stdout]    |                                         |        |
[INFO] [stdout]    |                                         |        this temporary value will be dropped at the end of the block
[INFO] [stdout]    |                                         borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/server/main.rs:36:19
[INFO] [stdout]    |
[INFO] [stdout] 36 |     unsafe { &mut USERS.push(new_user) };
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `--force-warn static-mut-refs` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/server/main.rs:65:31
[INFO] [stdout]    |
[INFO] [stdout] 65 |                 unsafe { &mut USERS.remove(USERS.iter().position(|x| *x.ip == user.ip).unwrap()) };
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/server/main.rs:65:44
[INFO] [stdout]    |
[INFO] [stdout] 65 |                 unsafe { &mut USERS.remove(USERS.iter().position(|x| *x.ip == user.ip).unwrap()) };
[INFO] [stdout]    |                                            ^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/server/main.rs:70:51
[INFO] [stdout]    |
[INFO] [stdout] 70 |                 if request.get_msg() == unsafe { &config::PASSWORD.to_string() } {
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/server/main.rs:83:51
[INFO] [stdout]    |
[INFO] [stdout] 83 |                     msg: format!("{:?}", unsafe { &USERS }),
[INFO] [stdout]    |                                                   ^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 83 |                     msg: format!("{:?}", unsafe { &raw const USERS }),
[INFO] [stdout]    |                                                    +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/server/main.rs:148:28
[INFO] [stdout]     |
[INFO] [stdout] 148 |     for client in unsafe { &mut USERS } {
[INFO] [stdout]     |                            ^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 148 |     for client in unsafe { &raw mut USERS } {
[INFO] [stdout]     |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/server/main.rs:156:28
[INFO] [stdout]     |
[INFO] [stdout] 156 |     for client in unsafe { &mut USERS } {
[INFO] [stdout]     |                            ^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 156 |     for client in unsafe { &raw mut USERS } {
[INFO] [stdout]     |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/server/main.rs:166:21
[INFO] [stdout]     |
[INFO] [stdout] 166 |         for i in 1..USERS.len() {
[INFO] [stdout]     |                     ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/server/main.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         USERS.get_mut(index).unwrap()
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/server/main.rs:70:50
[INFO] [stdout]    |
[INFO] [stdout] 70 |                 if request.get_msg() == unsafe { &config::PASSWORD.to_string() } {
[INFO] [stdout]    |                                         ---------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--
[INFO] [stdout]    |                                         |        |
[INFO] [stdout]    |                                         |        this temporary value will be dropped at the end of the block
[INFO] [stdout]    |                                         borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/server/main.rs:36:19
[INFO] [stdout]    |
[INFO] [stdout] 36 |     unsafe { &mut USERS.push(new_user) };
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `--force-warn static-mut-refs` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/server/main.rs:65:31
[INFO] [stdout]    |
[INFO] [stdout] 65 |                 unsafe { &mut USERS.remove(USERS.iter().position(|x| *x.ip == user.ip).unwrap()) };
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/server/main.rs:65:44
[INFO] [stdout]    |
[INFO] [stdout] 65 |                 unsafe { &mut USERS.remove(USERS.iter().position(|x| *x.ip == user.ip).unwrap()) };
[INFO] [stdout]    |                                            ^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/server/main.rs:70:51
[INFO] [stdout]    |
[INFO] [stdout] 70 |                 if request.get_msg() == unsafe { &config::PASSWORD.to_string() } {
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/server/main.rs:83:51
[INFO] [stdout]    |
[INFO] [stdout] 83 |                     msg: format!("{:?}", unsafe { &USERS }),
[INFO] [stdout]    |                                                   ^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 83 |                     msg: format!("{:?}", unsafe { &raw const USERS }),
[INFO] [stdout]    |                                                    +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/server/main.rs:148:28
[INFO] [stdout]     |
[INFO] [stdout] 148 |     for client in unsafe { &mut USERS } {
[INFO] [stdout]     |                            ^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 148 |     for client in unsafe { &raw mut USERS } {
[INFO] [stdout]     |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/server/main.rs:156:28
[INFO] [stdout]     |
[INFO] [stdout] 156 |     for client in unsafe { &mut USERS } {
[INFO] [stdout]     |                            ^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 156 |     for client in unsafe { &raw mut USERS } {
[INFO] [stdout]     |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/server/main.rs:166:21
[INFO] [stdout]     |
[INFO] [stdout] 166 |         for i in 1..USERS.len() {
[INFO] [stdout]     |                     ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/server/main.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         USERS.get_mut(index).unwrap()
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
[INFO] [stderr] crater-edition-check: bnet v0.1.0 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking bnet v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable `LOGIN_REQUEST` should have a snake case name
[INFO] [stdout]   --> src/admin/main.rs:19:21
[INFO] [stdout]    |
[INFO] [stdout] 19 |                 let LOGIN_REQUEST: models::Request = models::Request {
[INFO] [stdout]    |                     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `login_request`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `ACTION_FOR` should have a snake case name
[INFO] [stdout]   --> src/admin/main.rs:36:29
[INFO] [stdout]    |
[INFO] [stdout] 36 |                         let ACTION_FOR: models::Request = models::Request {
[INFO] [stdout]    |                             ^^^^^^^^^^ help: convert the identifier to snake case: `action_for`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `GET_ACTION_RESULT` should have a snake case name
[INFO] [stdout]   --> src/admin/main.rs:43:29
[INFO] [stdout]    |
[INFO] [stdout] 43 |                         let GET_ACTION_RESULT: models::Request = models::Request {
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_action_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `ACTION_REQUEST` should have a snake case name
[INFO] [stdout]   --> src/client/main.rs:39:29
[INFO] [stdout]    |
[INFO] [stdout] 39 |                         let ACTION_REQUEST = terminal::execute_command(args_formated);
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `action_request`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `LOGIN_REQUEST` should have a snake case name
[INFO] [stdout]   --> src/admin/main.rs:19:21
[INFO] [stdout]    |
[INFO] [stdout] 19 |                 let LOGIN_REQUEST: models::Request = models::Request {
[INFO] [stdout]    |                     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `login_request`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]   --> src/client/main.rs:40:25
[INFO] [stdout]    |
[INFO] [stdout] 40 |                         &utils::send_request(&stream, &ACTION_REQUEST);
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 40 |                         let _ = &utils::send_request(&stream, &ACTION_REQUEST);
[INFO] [stdout]    |                         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `ACTION_FOR` should have a snake case name
[INFO] [stdout]   --> src/admin/main.rs:36:29
[INFO] [stdout]    |
[INFO] [stdout] 36 |                         let ACTION_FOR: models::Request = models::Request {
[INFO] [stdout]    |                             ^^^^^^^^^^ help: convert the identifier to snake case: `action_for`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `GET_ACTION_RESULT` should have a snake case name
[INFO] [stdout]   --> src/admin/main.rs:43:29
[INFO] [stdout]    |
[INFO] [stdout] 43 |                         let GET_ACTION_RESULT: models::Request = models::Request {
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_action_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `ACTION_REQUEST` should have a snake case name
[INFO] [stdout]   --> src/client/main.rs:39:29
[INFO] [stdout]    |
[INFO] [stdout] 39 |                         let ACTION_REQUEST = terminal::execute_command(args_formated);
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `action_request`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]   --> src/client/main.rs:40:25
[INFO] [stdout]    |
[INFO] [stdout] 40 |                         &utils::send_request(&stream, &ACTION_REQUEST);
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 40 |                         let _ = &utils::send_request(&stream, &ACTION_REQUEST);
[INFO] [stdout]    |                         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/server/main.rs:70:51
[INFO] [stdout]    |
[INFO] [stdout] 70 |                 if request.get_msg() == unsafe { &config::PASSWORD.to_string() } {
[INFO] [stdout]    |                                         ----------^^^^^^^^^^^^^^^^^^^^^^^^^^^---
[INFO] [stdout]    |                                         |         |                          |
[INFO] [stdout]    |                                         |         |                          temporary value is freed at the end of this statement
[INFO] [stdout]    |                                         |         creates a temporary value which is freed while still in use
[INFO] [stdout]    |                                         borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]    = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/server/main.rs:70:51
[INFO] [stdout]    |
[INFO] [stdout] 70 |                 if request.get_msg() == unsafe { &config::PASSWORD.to_string() } {
[INFO] [stdout]    |                                         ----------^^^^^^^^^^^^^^^^^^^^^^^^^^^---
[INFO] [stdout]    |                                         |         |                          |
[INFO] [stdout]    |                                         |         |                          temporary value is freed at the end of this statement
[INFO] [stdout]    |                                         |         creates a temporary value which is freed while still in use
[INFO] [stdout]    |                                         borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]    = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/server/main.rs:139:13
[INFO] [stdout]     |
[INFO] [stdout] 139 |         Err(e) => {
[INFO] [stdout]     |             ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/server/main.rs:139:13
[INFO] [stdout]     |
[INFO] [stdout] 139 |         Err(e) => {
[INFO] [stdout]     |             ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bnet` (bin "server") due to 1 previous error; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bnet` (bin "server" test) due to 1 previous error; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "0c2b33d63cd4c113bb3911a5a9e3ec4f2b2961e04e992c23042d5165ad62d212", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0c2b33d63cd4c113bb3911a5a9e3ec4f2b2961e04e992c23042d5165ad62d212", kill_on_drop: false }`
[INFO] [stdout] 0c2b33d63cd4c113bb3911a5a9e3ec4f2b2961e04e992c23042d5165ad62d212
